setEnableStandardLigatures Method
In This Topic
Gets a flag indicating whether standard ligatures should be enabled. This feature replaces a sequence of glyphs with a single glyph which is preferred for typographic purposes. This feature covers the ligatures which the designer/manufacturer judges should be used in normal conditions.
Syntax
public void setEnableStandardLigatures(
boolean
)
|
Parameters
- value
- True if standard ligatures are enabled.
See Also